Conversation
* chore: CQRS 적용 * fix: 테스트 환경에서 CQRS 데이터소스 설정 충돌 해결 * refactor: log level 변경 * refactor: DataSource 빈 의존성 주입 방식으로 개선
* refactor: nickname 검증 어노테이션 적용 * refactor: 메소드 추출 * refactor: UserFixture에 nickname 추가 * feat: oauth 회원가입/로그인 기능 * test: oauth 회원가입/로그인 기능 * chore: init.sql 개선 * refactor: oauth 관련 접근 권한 endpoint 추가 * chore: checkstyle OIDC, RSA 약어 허용 추가 * chore: 변수명 네이밍 규칙 한 글자 허용되도록 수정 * fix: signIn 테스트 NPE 해결 * refactor: OauthServiceTest 코드 개선
* feat: 유저 닉네임 중복 체크 api * test: 유저 닉네임 중복 체크 api
* chore: swagger 활용한 API 및 DTO 문서화 * chore: swagger error response 자동 생성 비활성화 * chore: Swagger 에러 응답 문서 작성 반자동화 * chore: ChatRoomInfoRes -> ChatRoomSummaryRes 클래스명 변경 * chore: 응답 데이터 없는 API에 대해 NO_CONTENT Status 적용 * chore: UserDetailRes 패키지 경로 변경 * chore: ChatRoomMemberCreateReq 제거 * chore: rabbit 서버 도메인 값에 http 프로토콜 추가 * refactor: 중복 인증 응답 생성 로직을 AuthenticationResponseUtil로 분리 및 개선 * chore: Swagger 문서에 GitHub 외부 문서 링크 추가 * chore: AbbreviationAsWordInName 규칙 제거
* chore: docker-compose 서비스 분리 * chore: prometheus, grafana 적용
* chore: docker-compose를 통한 ELK 스택 서비스 구성 * feat: prod 환경에서 요청 및 예외 로깅 기능 추가 * chore: logback 설정 파일 추가 및 prod 환경 파일 로깅 구성 * chore: gitignore 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
⭐ Related issue